Q3RotateTransform_GetAngle
You can use theQ3RotateTransform_GetAngle
function to get the angle of a rotate transform.
TQ3Status Q3RotateTransform_GetAngle ( TQ3TransformObject transform, float *radians);
transform
- A rotate transform.
radians
- On exit, the angle, in radians, of the specified rotate transform.
DESCRIPTION
TheQ3RotateTransform_GetAngle
function returns, in theradians
parameter, the current angle of rotation (in radians) of the rotate transform specified by thetransform
parameter.